// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Kane Brown','American Family Insurance Amphitheater','Milwaukee, WI','Thursday','6/20/2024','7:30 PM','5948376','Kane-Brown-6-20-2024'],['Motley Crue','American Family Insurance Amphitheater','Milwaukee, WI','Friday','6/21/2024','7:30 PM','6046311','Motley-Crue-6-21-2024'],['SZA','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','6/22/2024','7:30 PM','6364976','SZA-6-22-2024'],['Illenium ','American Family Insurance Amphitheater','Milwaukee, WI','Thursday','6/27/2024','7:00 PM','6339706','Illenium---6-27-2024'],['Tyler Childers','American Family Insurance Amphitheater','Milwaukee, WI','Friday','6/28/2024','7:00 PM','5946884','Tyler-Childers-6-28-2024'],['Keith Urban','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','6/29/2024','7:30 PM','6049457','Keith-Urban-6-29-2024'],['AJR','American Family Insurance Amphitheater','Milwaukee, WI','Thursday','7/4/2024','7:00 PM','6073079','AJR-7-4-2024'],['Maroon 5','American Family Insurance Amphitheater','Milwaukee, WI','Friday','7/5/2024','7:30 PM','6303212','Maroon-5-7-5-2024'],['Lil Uzi Vert','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','7/6/2024','7:30 PM','6315416','Lil-Uzi-Vert-7-6-2024'],['Santana & Counting Crows','American Family Insurance Amphitheater','Milwaukee, WI','Friday','7/26/2024','7:00 PM','6264336','Santana---Counting-Crows-7-26-2024'],['Alanis Morissette, Joan Jett And The Blackhearts & Morgan Wade','American Family Insurance Amphitheater','Milwaukee, WI','Sunday','7/28/2024','7:00 PM','6071955','Alanis-Morissette--Joan-Jett-And-The-Blackhearts---Morgan-Wade-7-28-2024'],['John Fogerty, George Thorogood and The Destroyers & Hearty Har','American Family Insurance Amphitheater','Milwaukee, WI','Friday','8/2/2024','7:00 PM','6370189','John-Fogerty--George-Thorogood-and-The-Destroyers---Hearty-Har-8-2-2024'],['New Kids On The Block','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','8/24/2024','7:00 PM','6045255','New-Kids-On-The-Block-8-24-2024'],['Rob Zombie & Alice Cooper','American Family Insurance Amphitheater','Milwaukee, WI','Tuesday','8/27/2024','6:00 PM','6239184','Rob-Zombie---Alice-Cooper-8-27-2024'],['Pitbull','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','8/31/2024','8:00 PM','6399299','Pitbull-8-31-2024'],['Avril Lavigne, Simple Plan & Girlfriends','American Family Insurance Amphitheater','Milwaukee, WI','Monday','9/9/2024','7:00 PM','6226927','Avril-Lavigne--Simple-Plan---Girlfriends-9-9-2024'],['Dierks Bentley, Lee Brice & Ella Langley','American Family Insurance Amphitheater','Milwaukee, WI','Saturday','9/21/2024','7:00 PM','6261858','Dierks-Bentley--Lee-Brice---Ella-Langley-9-21-2024']],'Marcus Amphitheater / Summerfest','http://www.ticketnetwork.com/ticket/Marcus-Amphitheater-/-Summerfest-events.aspx');